home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
cregion.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
476b
|
21 lines
.TH CREGION
6 "IRIT Version 6.0"
.SH NAME
CREGION
CurveType CREGION( CurveType Curve, NumericType MinParam,
NumericType MaxParam )
Extracts a region from Curve between MinParam and MaxParam.
Both MinParam and MaxParam should be contained in the
parametric domain of the Curve.
Example:
SubCrv = CREGION( Crv, 0.3, 0.6 );
extracts the region from Crv from the parameter value 0.3 to the
parameter value 0.6.